home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / cgi-bin / default.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-05-07  |  1.1 KB  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. </head>
  9. <body style="color: #666699;">
  10. <div style="text-align: center;">
  11. <br />
  12. The MSCGI library is used exclusively by MyServer, to write fast and efficient modules, running in the same web server process space.<br />
  13. These are some examples of the MSCGI library of MyServer:<br /><br />
  14. <a href="http://www.myserverproject.net"><img src="/logo.png" alt="" style="border: 0px;" /></a><br /><br />
  15. Simple echo example (POST request)<a href="post.mscgi"><img src="/goto.png" alt="" style="border: 0px;" /></a><br /><br />
  16. A simple addition on the server, passing the addends through the URL (GET request)
  17. <a href="math_sum.mscgi"><img src="/goto.png" alt="" style="border: 0px;" /></a><br /><br />
  18. A web counter, using MSCGI and libpng
  19. <a href="counter.html"><img src="/goto.png" alt="" style="border: 0px;" /></a>
  20. </div>
  21. </body>
  22. </html>